home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / blogjet / BlogJetSetup-bn.exe / {app} / BlogJet.exe / 0 / RCDATA / TAUTHENTICATIONFORM / TAUTHENTICATIONFORM.txt
Text File  |  2004-06-07  |  1KB  |  68 lines

  1. object AuthenticationForm: TAuthenticationForm
  2.   Left = 373
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   Caption = 'Authentication'
  6.   ClientHeight = 126
  7.   ClientWidth = 316
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 24
  21.     Width = 55
  22.     Height = 13
  23.     Caption = 'User name:'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 52
  28.     Width = 50
  29.     Height = 13
  30.     Caption = 'Password:'
  31.   end
  32.   object Username: TEdit
  33.     Left = 80
  34.     Top = 20
  35.     Width = 209
  36.     Height = 21
  37.     TabOrder = 0
  38.   end
  39.   object Password: TEdit
  40.     Left = 80
  41.     Top = 48
  42.     Width = 209
  43.     Height = 21
  44.     PasswordChar = '*'
  45.     TabOrder = 1
  46.   end
  47.   object btnOK: TButton
  48.     Left = 88
  49.     Top = 88
  50.     Width = 75
  51.     Height = 25
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 2
  56.   end
  57.   object btnCancel: TButton
  58.     Left = 168
  59.     Top = 88
  60.     Width = 75
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 3
  66.   end
  67. end
  68.